Name | Description | |
---|---|---|
![]() | NUniqueSet<T> Constructor | Overloaded. |
The following tables list the members exposed by NUniqueSet<T>.
Name | Description | |
---|---|---|
![]() | NUniqueSet<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item to the set. Has no effect if the item is already contained in the set. |
![]() | AddNoNull | Adds a non-null item to this unique set. |
![]() | AddRange | Overloaded. Adds a range of items to this unique set. |
![]() | Clear | Removes all items from the set |
![]() | Contains | Queries whether this set contains the specified item |
![]() | CopyTo | Copies all items of this set to the specified array, starting from the specified array index. |
![]() | GetIterator | Gets an item iterator |
![]() | Recycle | Recycles this usnique set. |
![]() | Remove | Removes the specified item from the set, if it exists |
![]() | ToArray | Creates an array and populates it with the items of this dynamic array. |